runtime.rtype.string (method)

30 uses

	runtime (current package)
		alg.go#L145: 		panic(errorString("hash of unhashable type " + toRType(t).string()))
		alg.go#L172: 		panic(errorString("hash of unhashable type " + toRType(t).string()))
		alg.go#L249: 		panic(errorString("hash of unhashable type " + toRType(t).string()))
		alg.go#L307: 		panic(errorString("comparing uncomparable type " + toRType(t).string()))
		alg.go#L324: 		panic(errorString("comparing uncomparable type " + toRType(t).string()))
		error.go#L47: 		inter = toRType(e._interface).string()
		error.go#L49: 	as := toRType(e.asserted).string()
		error.go#L53: 	cs := toRType(e.concrete).string()
		error.go#L279: 	typestring := toRType(eface._type).string()
		heapdump.go#L200: 		dumpstr(rt.string())
		mbitmap.go#L975: 		print("runtime: type=", toRType(typ).string(), "\n")
		mbitmap.go#L1425: 		println("runtime: typeBitsBulkBarrier with type ", toRType(typ).string(), " of size ", typ.Size_, " but memory size", size)
		mbitmap.go#L1889: 			print("runtime: type=", toRType(et).string(), "\n")
		mcheckmark.go#L242: 				print("Value of type ", toRType(ctx.ptrType).string(), " at ", hex(r.ptr), "\n")
		mfinal.go#L439: 		throw("runtime.SetFinalizer: first argument is " + toRType(etyp).string() + ", not pointer")
		mfinal.go#L494: 		throw("runtime.SetFinalizer: second argument is " + toRType(ftyp).string() + ", not a function")
		mfinal.go#L498: 		throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string() + " because dotdotdot")
		mfinal.go#L501: 		throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
		mfinal.go#L524: 	throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
		panic.go#L632: 			throw(text + ": type " + toRType(efaceOf(&r)._type).string())
		pinner.go#L112: 		panic(errorString("runtime.Pinner: argument is not a pointer: " + toRType(etyp).string()))
		tracetype.go#L49: 	typName := toRType(typ).string()
		type.go#L19: 	return toRType(typ).string()
		type.go#L33: func (t rtype) string() string {
		type.go#L49: 	s := t.string()
		type.go#L530: 	if rt.string() != rv.string() {